a11y: Set focus-related states properly
authorMatthias Clasen <mclasen@redhat.com>
Mon, 30 Mar 2020 01:48:57 +0000 (21:48 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 2 Apr 2020 21:35:09 +0000 (17:35 -0400)
commit8a0035333a10148b01e9ced8b249f4e4445da12b
tree1604dc6a593cf38ff15657360f2e804989a97787
parent1f8e633fff233883afeeb6a0452967ae163250e7
a11y: Set focus-related states properly

Entries and menubuttons are no longer focusable themselves,
they have focusable children. Since we don't have accessible
objects for those, transfer the focus-related state (focusable
and focused) from the children to the main accessible object.
gtk/a11y/gtkentryaccessible.c
gtk/a11y/gtkmenubuttonaccessible.c